*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Sat, 17 Oct 2009 03:10:10 +0000 (03:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 Oct 2009 03:10:10 +0000 (03:10 +0000)
lisp/ChangeLog

index 079cac1afc06429d5b9d70861ca89eb43ed48ffe..fae8308bf5b0d0dad05100689792d3c816235095 100644 (file)
@@ -1,3 +1,20 @@
+2009-10-17  Jari Aalto  <jari.aalto@cante.net>
+
+       * textmodes/ispell.el (ispell-get-decoded-string): Give an error
+       if no match is found for the current dictionary.  (Bug#4578)
+
+       * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
+       optional, since that is how it is documented, and this is often called
+       with a nil argument.  (Bug#4577)
+       (flyspell-external-point-words, flyspell-auto-correct-word)
+       (flyspell-correct-word-before-point, flyspell-word-search-forward)
+       (flyspell-word-search-backward): Remove nil argument in calls to
+       flyspell-get-word, since it is not needed now.
+
+2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
+
+       * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
+
 2009-10-16  Glenn Morris  <rgm@gnu.org>
 
        * net/rcirc.el (rcirc-authenticate): Simplify previous change.